SetDiscoverTargetsRequest

data class SetDiscoverTargetsRequest(discover: Boolean)

Represents request frame that can be used with Target#setDiscoverTargets operation call.

Controls whether to discover available targets and notify via targetCreated/targetInfoChanged/targetDestroyed events.

See also

Constructors

SetDiscoverTargetsRequest
Link copied to clipboard
fun SetDiscoverTargetsRequest(discover: Boolean)

Properties

discover
Link copied to clipboard
val discover: Boolean
Whether to discover available targets.

Sources

jvm source
Link copied to clipboard